home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DDJMAG
/
DDJ9203.ZIP
/
OOPASM.ZIP
/
EQUATES.INC
< prev
next >
Wrap
Text File
|
1990-12-14
|
800b
|
21 lines
Bptr EQU <BYTE PTR> ;Alias
BufSize EQU 100h ;Text input buffer size
; also determines size of
; temporary object
; initialization buffer
ColOffset EQU 2 ;Window column offset
ColorAddr EQU 0B800h ;Video segment addr if color
CR EQU 13 ;ASCII carriage return
Dbug EQU 0 ;Debug flag 0=Off, 1=On
DosInt EQU 21h ;MS-DOS interrupt
MenuEntrySize EQU 4 ;Size of menu entry
MonoAddr EQU 0B000h ;Video segment if monochrome
Nil EQU -1 ;Nil constant
ProgramSize EQU 600h ;Program size in 16-byte
; paragraphs. Used to shrink
; memory allocation.
RowOffset EQU 2 ;Window row offset
Snow EQU 0 ;1=If video snow, 0=If clear
Space EQU 32d ;ASCII space
Wptr EQU <WORD PTR> ;Alias